Html Css Color HEX #BCBA09 La Rioja

📋 copy color: '#BCBA09'

red 188 ◦ green 186 ◦ blue 9

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

Shades of La Rioja #BCBA09

Tints of La Rioja #BCBA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

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

R = 49.09%
G = 48.56%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCBA09 (or 0xBCBA09) is known color: La Rioja. HEX triplet: BC, BA and 09. RGB value is (188,186,9). Sum of RGB (Red+Green+Blue) = 188+186+9=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA09 is #4345F6. Grayscale: #A7A7A7. Windows color (decimal): -4408823 or 637628. OLE color: 637628.

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

Color convert

RGB 188 186 9 -
CMYK 0 0.01 0.95 0.26
HSL 59.33º 0.91% 0.39% -
HSV(B) 59.33º 0.95% 0.74% -
XYZ 38.35 45.83 7.08 -
YUV 166.42 39.16 143.39 -
System Red Green Blue C M Y K H S L
Decimal 188 186 9 0 0.01 0.95 0.26 59.33 0.91 0.39
Hex BC BA 9 0 1 5F 1A 3B 5B 27
Octal 274 272 11 0 1 137 32 73 133 47
Binary 10111100 10111010 1001 0 1 1011111 11010 111011 1011011 100111

Color Harmonies of #BCBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA09

Black with #BCBA09

Text Example


Text Example

White with #BCBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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