Html Css Color HEX #BCB409 La Rioja

📋 copy color: '#BCB409'

red 188 ◦ green 180 ◦ blue 9

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

Shades of La Rioja #BCB409

Tints of La Rioja #BCB409

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

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

R = 49.87%
G = 47.75%
B = 2.39%

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

#BCB409 (or 0xBCB409) is known color: La Rioja. HEX triplet: BC, B4 and 09. RGB value is (188,180,9). Sum of RGB (Red+Green+Blue) = 188+180+9=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB409 is #434BF6. Grayscale: #A3A3A3. Windows color (decimal): -4410359 or 636092. OLE color: 636092.

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

Color convert

RGB 188 180 9 -
CMYK 0 0.04 0.95 0.26
HSL 57.32º 0.91% 0.39% -
HSV(B) 57.32º 0.95% 0.74% -
XYZ 37.11 43.35 6.67 -
YUV 162.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 188 180 9 0 0.04 0.95 0.26 57.32 0.91 0.39
Hex BC B4 9 0 4 5F 1A 39 5B 27
Octal 274 264 11 0 4 137 32 71 133 47
Binary 10111100 10110100 1001 0 100 1011111 11010 111001 1011011 100111

Color Harmonies of #BCB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB409

Black with #BCB409

Text Example


Text Example

White with #BCB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB409; }

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

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

background-color css

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

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

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

border-color css

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

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

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