Html Css Color HEX #BCB509 La Rioja

📋 copy color: '#BCB509'

red 188 ◦ green 181 ◦ blue 9

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

Shades of La Rioja #BCB509

Tints of La Rioja #BCB509

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.88%

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

R = 49.74%
G = 47.88%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCB509 (or 0xBCB509) is known color: La Rioja. HEX triplet: BC, B5 and 09. RGB value is (188,181,9). Sum of RGB (Red+Green+Blue) = 188+181+9=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB509 is #434AF6. Grayscale: #A4A4A4. Windows color (decimal): -4410103 or 636348. OLE color: 636348.

HSL color Cylindrical-coordinate representation of color #BCB509: hue angle of 57.65º 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 #BCB509 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 9 -
CMYK 0 0.04 0.95 0.26
HSL 57.65º 0.91% 0.39% -
HSV(B) 57.65º 0.95% 0.74% -
XYZ 37.31 43.76 6.74 -
YUV 163.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 188 181 9 0 0.04 0.95 0.26 57.65 0.91 0.39
Hex BC B5 9 0 4 5F 1A 3A 5B 27
Octal 274 265 11 0 4 137 32 72 133 47
Binary 10111100 10110101 1001 0 100 1011111 11010 111010 1011011 100111

Color Harmonies of #BCB509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB509

Black with #BCB509

Text Example


Text Example

White with #BCB509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB509; }

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

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

background-color css

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

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

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

border-color css

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

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

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