Html Css Color HEX #BFBC08 La Rioja

📋 copy color: '#BFBC08'

red 191 ◦ green 188 ◦ blue 8

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

Shades of La Rioja #BFBC08

Tints of La Rioja #BFBC08

RGB

 RED value IS 191 (75% from 255) = 49.35%

 GREEN value IS 188 (73.83% from 255) = 48.58%

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

R = 49.35%
G = 48.58%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFBC08 (or 0xBFBC08) is known color: La Rioja. HEX triplet: BF, BC and 08. RGB value is (191,188,8). Sum of RGB (Red+Green+Blue) = 191+188+8=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC08 is #4043F7. Grayscale: #A9A9A9. Windows color (decimal): -4211704 or 572607. OLE color: 572607.

HSL color Cylindrical-coordinate representation of color #BFBC08: hue angle of 59.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFBC08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 8 -
CMYK 0 0.02 0.96 0.25
HSL 59.02º 0.92% 0.39% -
HSV(B) 59.02º 0.96% 0.75% -
XYZ 39.51 47.06 7.23 -
YUV 168.38 37.49 144.14 -
System Red Green Blue C M Y K H S L
Decimal 191 188 8 0 0.02 0.96 0.25 59.02 0.92 0.39
Hex BF BC 8 0 2 60 19 3B 5C 27
Octal 277 274 10 0 2 140 31 73 134 47
Binary 10111111 10111100 1000 0 10 1100000 11001 111011 1011100 100111

Color Harmonies of #BFBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC08

Black with #BFBC08

Text Example


Text Example

White with #BFBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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