Html Css Color HEX #B8BE1D Rio Grande

📋 copy color: '#B8BE1D'

red 184 ◦ green 190 ◦ blue 29

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

Shades of Rio Grande #B8BE1D

Tints of Rio Grande #B8BE1D

RGB

 RED value IS 184 (72.27% from 255) = 45.66%

 GREEN value IS 190 (74.61% from 255) = 47.15%

 BLUE value IS 29 (11.72% from 255) = 7.2%

R = 45.66%
G = 47.15%
B = 7.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#B8BE1D (or 0xB8BE1D) is known color: Rio Grande. HEX triplet: B8, BE and 1D. RGB value is (184,190,29). Sum of RGB (Red+Green+Blue) = 184+190+29=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE1D is #4741E2. Grayscale: #AAAAAA. Windows color (decimal): -4669923 or 1949368. OLE color: 1949368.

HSL color Cylindrical-coordinate representation of color #B8BE1D: hue angle of 62.24º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8BE1D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 190 29 -
CMYK 0.03 0 0.85 0.25
HSL 62.24º 0.74% 0.43% -
HSV(B) 62.24º 0.85% 0.75% -
XYZ 38.4 47.11 8.23 -
YUV 169.85 48.51 138.09 -
System Red Green Blue C M Y K H S L
Decimal 184 190 29 0.03 0 0.85 0.25 62.24 0.74 0.43
Hex B8 BE 1D 3 0 55 19 3E 4A 2B
Octal 270 276 35 3 0 125 31 76 112 53
Binary 10111000 10111110 11101 11 0 1010101 11001 111110 1001010 101011

Color Harmonies of #B8BE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BE1D

Black with #B8BE1D

Text Example


Text Example

White with #B8BE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BE1D; }

 p { color: rgb(184,190,29); }

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

background-color css

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

 a { background-color: rgb(184,190,29); }

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

border-color css

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

 span { border-color: rgb(184,190,29); }

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