Html Css Color HEX #BCB809 La Rioja

📋 copy color: '#BCB809'

red 188 ◦ green 184 ◦ blue 9

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

Shades of La Rioja #BCB809

Tints of La Rioja #BCB809

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 49.34%
G = 48.29%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCB809 (or 0xBCB809) is known color: La Rioja. HEX triplet: BC, B8 and 09. RGB value is (188,184,9). Sum of RGB (Red+Green+Blue) = 188+184+9=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB809 is #4347F6. Grayscale: #A5A5A5. Windows color (decimal): -4409335 or 637116. OLE color: 637116.

HSL color Cylindrical-coordinate representation of color #BCB809: hue angle of 58.66º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCB809 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 9 -
CMYK 0 0.02 0.95 0.26
HSL 58.66º 0.91% 0.39% -
HSV(B) 58.66º 0.95% 0.74% -
XYZ 37.93 44.99 6.94 -
YUV 165.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 188 184 9 0 0.02 0.95 0.26 58.66 0.91 0.39
Hex BC B8 9 0 2 5F 1A 3B 5B 27
Octal 274 270 11 0 2 137 32 73 133 47
Binary 10111100 10111000 1001 0 10 1011111 11010 111011 1011011 100111

Color Harmonies of #BCB809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB809

Black with #BCB809

Text Example


Text Example

White with #BCB809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB809; }

 p { color: rgb(188,184,9); }

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

background-color css

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

 a { background-color: rgb(188,184,9); }

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

border-color css

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

 span { border-color: rgb(188,184,9); }

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