Html Css Color HEX #BFB308 La Rioja

📋 copy color: '#BFB308'

red 191 ◦ green 179 ◦ blue 8

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

Shades of La Rioja #BFB308

Tints of La Rioja #BFB308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

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

R = 50.53%
G = 47.35%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFB308 (or 0xBFB308) is known color: La Rioja. HEX triplet: BF, B3 and 08. RGB value is (191,179,8). Sum of RGB (Red+Green+Blue) = 191+179+8=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB308 is #404CF7. Grayscale: #A3A3A3. Windows color (decimal): -4214008 or 570303. OLE color: 570303.

HSL color Cylindrical-coordinate representation of color #BFB308: hue angle of 56.07º 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 #BFB308 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 8 -
CMYK 0 0.06 0.96 0.25
HSL 56.07º 0.92% 0.39% -
HSV(B) 56.07º 0.96% 0.75% -
XYZ 37.65 43.33 6.61 -
YUV 163.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 191 179 8 0 0.06 0.96 0.25 56.07 0.92 0.39
Hex BF B3 8 0 6 60 19 38 5C 27
Octal 277 263 10 0 6 140 31 70 134 47
Binary 10111111 10110011 1000 0 110 1100000 11001 111000 1011100 100111

Color Harmonies of #BFB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB308

Black with #BFB308

Text Example


Text Example

White with #BFB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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