Html Css Color HEX #BCB308 La Rioja

📋 copy color: '#BCB308'

red 188 ◦ green 179 ◦ blue 8

#BCB308
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BCB308

Tints of La Rioja #BCB308

RGB

 RED value IS 188 (73.83% from 255) = 50.13%

 GREEN value IS 179 (70.31% from 255) = 47.73%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 50.13%
G = 47.73%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCB308 (or 0xBCB308) is known color: La Rioja. HEX triplet: BC, B3 and 08. RGB value is (188,179,8). Sum of RGB (Red+Green+Blue) = 188+179+8=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB308 is #434CF7. Grayscale: #A2A2A2. Windows color (decimal): -4410616 or 570300. OLE color: 570300.

HSL color Cylindrical-coordinate representation of color #BCB308: hue angle of 57º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCB308 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 8 -
CMYK 0 0.05 0.96 0.26
HSL 57º 0.92% 0.38% -
HSV(B) 57º 0.96% 0.74% -
XYZ 36.9 42.95 6.57 -
YUV 162.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 188 179 8 0 0.05 0.96 0.26 57 0.92 0.38
Hex BC B3 8 0 5 60 1A 39 5C 26
Octal 274 263 10 0 5 140 32 71 134 46
Binary 10111100 10110011 1000 0 101 1100000 11010 111001 1011100 100110

Color Harmonies of #BCB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB308

Black with #BCB308

Text Example


Text Example

White with #BCB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB308; }

 p { color: rgb(188,179,8); }

 H1.HeaderClassName
 {
   color: #BCB308;
 }
 .AnyTagClassName
 {
   color: #BCB308;
 }
</style>

background-color css

<style>
 a { background-color: #BCB308; }

 a { background-color: rgb(188,179,8); }

 div.DivClassName
 {
   background-color: #BCB308;
 }
 .BgClassName
 {
   background-color: #BCB308;
 }
</style>

border-color css

<style>
 span { border-color: #BCB308; }

 span { border-color: rgb(188,179,8); }

 td.TdClassName
 {
   border-color: #BCB308;
 }
 .TagClassName
 {
   border-color: #BCB308;
 }
</style>