Html Css Color HEX #BFB302 La Rioja

📋 copy color: '#BFB302'

red 191 ◦ green 179 ◦ blue 2

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

Shades of La Rioja #BFB302

Tints of La Rioja #BFB302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 51.34%
G = 48.12%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFB302 (or 0xBFB302) is known color: La Rioja. HEX triplet: BF, B3 and 02. RGB value is (191,179,2). Sum of RGB (Red+Green+Blue) = 191+179+2=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB302 is #404CFD. Grayscale: #A3A3A3. Windows color (decimal): -4214014 or 177087. OLE color: 177087.

HSL color Cylindrical-coordinate representation of color #BFB302: hue angle of 56.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFB302 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 2 -
CMYK 0 0.06 0.99 0.25
HSL 56.19º 0.98% 0.38% -
HSV(B) 56.19º 0.99% 0.75% -
XYZ 37.62 43.32 6.44 -
YUV 162.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 191 179 2 0 0.06 0.99 0.25 56.19 0.98 0.38
Hex BF B3 2 0 6 63 19 38 62 26
Octal 277 263 2 0 6 143 31 70 142 46
Binary 10111111 10110011 10 0 110 1100011 11001 111000 1100010 100110

Color Harmonies of #BFB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB302

Black with #BFB302

Text Example


Text Example

White with #BFB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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